Python build fix.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 17 Aug 2005 10:35:39 +0000 (10:35 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 17 Aug 2005 10:35:39 +0000 (10:35 +0000)
tools/python/setup.py

index c2c5448d5e4db380f26af72d477b4b6fe63a68f9..fdf9a39a4071630b63b8f383ff4c19076f3419ed 100644 (file)
@@ -17,7 +17,7 @@ library_dirs = [ XEN_ROOT + "/tools/libxc",
                  XEN_ROOT + "/tools/xenstore",
                  ]
 
-libraries = [ "xc", "xenstore-pic" ]
+libraries = [ "xc", "xenstore" ]
 
 xc = Extension("xc",
                extra_compile_args = extra_compile_args,